-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Updated nvidia docker base image to CUDA 10.0 #12850
Conversation
@mxnet-label-bot [Docker, pr-awaiting-review] |
Looks like a contrib operator fails to build for the updated CentOS image (maybe a slightly newer compiler with an additional warning which is treated as an error)
|
@lebeg Could you please take a look into the CI failures. |
0ba6f12
to
0efaebb
Compare
Makefile
Outdated
@@ -79,7 +79,7 @@ WARNFLAGS= -Wall -Wsign-compare | |||
CFLAGS = -DMSHADOW_FORCE_STREAM $(WARNFLAGS) | |||
|
|||
ifeq ($(DEV), 1) | |||
CFLAGS += -g -Werror | |||
CFLAGS += -g -Werror -fno-var-tracking-assignments |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can't we try to use a #pragma directly on the code instead of disabling for all platforms in the makefile :-( ?
@@ -18,7 +18,7 @@ | |||
# | |||
# Dockerfile to build and run MXNet on CentOS 7 for GPU | |||
|
|||
FROM nvidia/cuda:9.1-cudnn7-devel-centos7 | |||
FROM nvidia/cuda:10.0-cudnn7-devel-centos7 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
One of our users asked me about Cuda10, this is great. But I guess we would also need a pip package in the deployment side, right @szha? |
@larroy yes. I think what I can try to do first is to publish the nightly to a publicly accessible s3 repo, so that at least the distribution can start. |
72c7599
to
9c7ce21
Compare
Moved |
c7228f0
to
c743127
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would prefer having a pragma as commented. Can you please check CI failures?
@mxnet-label-bot update [pr-awaiting-testing, Docker] |
I don't have time for this right now, will reopen it back once it will be ready. |
Description
PR requires newly deployed AMIs with updated drivers.
Checklist
Essentials
Please feel free to remove inapplicable items for your PR.
Changes
Comments